Click or drag to resize

ResourceCreateCollection Method

Create a collection with the given URI. The method is same as CreateFolder.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool CreateCollection(
	string address
)

Parameters

address
Type: SystemString
The URI of new collection

Return Value

Type: Boolean
True if the collection created; otherwise, false.
Remarks
Any collection specified in address is created, unless already exist or unless some part of address is invalid. The path parameter specifies a collection path, not a file path.
See Also